home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Brailler 0.5ß / Brailler 0.5ß.source / brlr ƒ / brlr main window.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  721 b   |  14 lines  |  [TEXT/MMCC]

  1. void SetupTheMainWindow(WindowPtr theWindow);
  2. void ShutDownTheMainWindow(void);
  3. void OpenTheMainWindow(WindowPtr theWindow);
  4. void IdleInMainWindow(WindowPtr theWindow, Point mouseLoc);
  5. void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
  6. void MouseClickedInMainWindow(WindowPtr theWindow, Point thePoint);
  7. Boolean CloseTheMainWindow(WindowPtr theWindow);
  8. void DisposeTheMainWindow(WindowPtr theWindow);
  9. void ActivateTheMainWindow(WindowPtr theWindow);
  10. void DeactivateTheMainWindow(WindowPtr theWindow);
  11. void CopybitsTheMainWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr);
  12. void ResizeControlsInMainWindow(WindowPtr theWindow);
  13. void GetGrowSizeMainWindow(WindowPtr theWindow, Rect *sizeRect);
  14.